import { Authenticator } from '@aws-amplify/ui-react'; import { Example } from '@/components/Example'; import { Fragment } from '@/components/Fragment'; import { Tabs, TabItem } from '@aws-amplify/ui-react'; ## Variation The Authenticator has multiple variations to meet the needs of your application. By default, the Authenticator will render as a centered card within the container: {({ platform }) => import(`./variation.default.${platform}.mdx`)} The `modal` variation overlays the entire screen with the Authenticator: {({ platform }) => import(`./variation.modal.${platform}.mdx`)}